INsanes custom crosshairs for dod 1.3 steam.


Installation of crosshairs.


The Sprites folder....

1.You may need to make a folder called sprites to add the custom cross hairs.


2.Find the dod folder in steamC:\Program Files\Steam\SteamApps\your email name\day of defeat\dod\  Create a new folder called sprites.


3.Copy the file dodcross.spr from the Standard dod cross folder and the customxhair.spr you made (or one of the other customxhair.spr supplied), in to the sprites folder.



You will need a script to make it work...


Want to bind all these 17 crosshairs to toggle on one key? Read on : )

Add the below script to your userconfig.cfg file
(if you don't have a "userconfig.cfg" there is one included in the download)

========================================================

//crosshair 
alias customdot "style0" 
alias style0 "cl_xhair_style 0; alias customdot style1" 
alias style1 "cl_xhair_style 1; alias customdot style2" 
alias style2 "cl_xhair_style 2; alias customdot style3" 
alias style3 "cl_xhair_style 3; alias customdot style4" 
alias style4 "cl_xhair_style 4; alias customdot style5" 
alias style5 "cl_xhair_style 5; alias customdot style6" 
alias style6 "cl_xhair_style 6; alias customdot style7" 
alias style7 "cl_xhair_style 7; alias customdot style8" 
alias style8 "cl_xhair_style 8; alias customdot style9" 
alias style9 "cl_xhair_style 9; alias customdot style10" 
alias style10 "cl_xhair_style 10; alias customdot style11" 
alias style11 "cl_xhair_style 11; alias customdot style12" 
alias style12 "cl_xhair_style 12; alias customdot style13" 
alias style13 "cl_xhair_style 13; alias customdot style14" 
alias style14 "cl_xhair_style 14; alias customdot style15" 
alias style15 "cl_xhair_style 15; alias customdot style16" 
alias style16 "cl_xhair_style 16; alias customdot style0"

bind "p" "customdot"


//Favorite xhair, change the number to YOUR Favorite one

cl_xhair_style 8

========================================================



Script explaination....
 

The command you see in the script is ... cl_xhair_style number (from 0 to 16.) 

The standard DoD crosshair is "0"  .... 1  16 are the ones you made.


That command will load the crosshair (number 1-16) from the customxhair.spr file located in your C:\Program Files\Steam\SteamApps\your email name\day of defeat\dod\sprites folder.


Note that only the standard cross hair cl_xhair_style 0 has a dynamic action, the rest 1-16 do not have moving parts.




After you do all this....

Press p in the game and keep pressing it one by one to select the crosshair that is correct for the type of gun or map.

 You are now a dirty HAX!!!!or you are just good at configuring a part of the game that should have always been there.



Enjoy, INsane.
